\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Styles.Borders Namespace / BorderMulti Class / BorderMulti Constructor / BorderMulti Constructor(Color,Int32[])

In This Topic
    BorderMulti Constructor(Color,Int32[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As System.Drawing.Color, _
       ByVal thickness() As System.Integer _
    )
    public BorderMulti( 
       System.Drawing.Color color,
       System.int[] thickness
    )

    Parameters

    color
    thickness
    See Also